home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Interactive CD Sampler
/
Microsoft Interactive CD Sampler.iso
/
DEMOS
/
C_Automp
/
AUTOSTRT
/
STREETS.DIR
/
00163.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-24
|
332 b
|
14 lines
on mouseDown
puppetSprite(15, 1)
if the castNum of sprite 15 = the number of member "pause" then
set the castNum of sprite 15 to the number of member "Start"
updateStage()
pause()
else
set the castNum of sprite 15 to the number of member "Pause"
updateStage()
go(marker(0))
continue()
end if
end